right branch meaning in English
右支
Examples
- Passing in null values for the left and right branches
类的新实例来构造新叶子,因此给左右分支都传递空值。 - Right branching relative clauses
右分枝关系从句 - Leaves are represented as trees with null values for the left and right branches
二叉树叶子被表示为左右分支都是空值的tree 。 - Pre - compute case condition and if then else conditions and jump into the right branch right away
预先计算case条件和if then else条件,并立即跳至适当的分支。 - Binary trees are represented by nodes that have a data value and a left and right pointer ; however , there are many data structures that require trees with more than just a left and right branch
描述二叉树( binary tree )的节点有一个数据值、一个左指针和一个右指针;不过,很多数据体要求树不只有一个左分支和一个右分支。